net/http.Server.inShutdown (field)
4 uses
net/http (current package)
server.go#L2657: inShutdown atomicBool // true when server is in shutdown
server.go#L2705: srv.inShutdown.setTrue()
server.go#L2747: srv.inShutdown.setTrue()
server.go#L3173: return s.inShutdown.isSet()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)